runtime.debugLogReader.data (field)
16 uses
runtime (current package)
debuglog.go#L83: l.w.r.data = &l.w.data
debuglog.go#L489: data *debugLogBuf
debuglog.go#L521: return uint16(r.data.b[pos%uint64(len(r.data.b))]) |
debuglog.go#L522: uint16(r.data.b[(pos+1)%uint64(len(r.data.b))])<<8
debuglog.go#L529: b[i] = r.data.b[pos%uint64(len(r.data.b))]
debuglog.go#L565: b := r.data.b[pos%uint64(len(r.data.b))]
debuglog.go#L596: b := r.data.b[r.begin%uint64(len(r.data.b))]
debuglog.go#L618: typ := r.data.b[r.begin%uint64(len(r.data.b))]
debuglog.go#L652: b := r.data.b[r.begin%uint64(len(r.data.b)):]
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |